Spinner: Document how to select on animated in CSS
authorDaniel Boles <dboles@src.gnome.org>
Thu, 14 Sep 2017 18:22:31 +0000 (19:22 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 14 Sep 2017 18:25:50 +0000 (19:25 +0100)
This is not particularly obvious, so it seems worth including.

gtk/gtkspinner.c

index 3b4fc7dc63ba9d6594e49b5bafa22f8b52ff5f96..24a492013445e046db2c9a07c5f5abf4067d5fff 100644 (file)
@@ -57,7 +57,8 @@
  *
  * # CSS nodes
  *
- * GtkSpinner has a single CSS node with the name spinner.
+ * GtkSpinner has a single CSS node with the name spinner. When the animation is
+ * active, the :checked pseudoclass is added to this node.
  */